home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
hypercrd
/
hc1_2_x
/
fretext1.sit
/
Free Text Help_Services v1.01
/
card_13689.txt
< prev
next >
Wrap
Text File
|
1990-04-13
|
895b
|
26 lines
-- card: 13689 from stack: in.01
-- bmap block id: 0
-- flags: 0000
-- background id: 3166
-- name:
-- part contents for background part 1
----- text -----
* function to find a chosen string in the index key file (just do a
* binary search to locate it):
*
* ("LOCATE", targetString, keyFileRefNum)
* -- returns wordNum for the targetString if it is found in the
* key file; otherwise returns wordNum for the word alphabetically
* preceding targetString followed by "{targetString not found!}"
* on the second line of the answer...
*
* function to create a new subset:
*
* ("NEWSUBSET", textFileRefNum)
* -- returns subsetHandle for a new subset that it creates, big
* enough to do subset browsing -- but does NOT initialize that
* subset or check to see whether another subset already
* exists. Beeps and gives error msg if it fails...
*